// Dreamscape 2 by Demonseed
// Based on Swirl Your Mind
// Welcome to My World... a world of Magic, of Mystery........Of Dreams and this Nightmare

Aspc=1,



A0="rnd( 1.6 ) - .8",  // Random swirl x pos
A1="rnd( 1.6 ) - .8",  // Random swirl y pos
A2="-1.7",


D0=".021* ( ( sqrt( sqr( y - a1 ) + sqr( x - a0 ) ) +.17 ) ^ a2 )",


srcR="r -     ( x - y ) * d0",
srcT="theta + ( a0 - d0 ) * d0",


Vers=100
